c# counting lines

89

c# counting lines -

var lineCount = File.ReadLines(@"C:\file.txt").Count();

Comments

Submit
0 Comments